home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Resources / Security / Spybot Search and Destroy 1.6 / spybotsd160.exe / {app} / SDFiles.exe / 0 / RCDATA / TDLGABOUT / TDLGABOUT.txt < prev   
Text File  |  2008-07-07  |  2KB  |  121 lines

  1. object dlgAbout: TdlgAbout
  2.   Left = 0
  3.   Top = 0
  4.   BorderStyle = bsDialog
  5.   Caption = 'About ...'
  6.   ClientHeight = 209
  7.   ClientWidth = 393
  8.   Color = clWindow
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Shell Dlg 2'
  13.   Font.Style = []
  14.   OldCreateOrder = False
  15.   Position = poScreenCenter
  16.   Scaled = False
  17.   OnCreate = FormCreate
  18.   OnDestroy = FormDestroy
  19.   OnShow = FormShow
  20.   DesignSize = (
  21.     393
  22.     209)
  23.   PixelsPerInch = 96
  24.   TextHeight = 13
  25.   object labelLegal: TLabel
  26.     Left = 8
  27.     Top = 128
  28.     Width = 377
  29.     Height = 41
  30.     Alignment = taCenter
  31.     Anchors = [akLeft, akRight, akBottom]
  32.     AutoSize = False
  33.     ShowAccelChar = False
  34.     WordWrap = True
  35.     ExplicitTop = 120
  36.   end
  37.   object labelProduct: TLabel
  38.     Left = 8
  39.     Top = 8
  40.     Width = 377
  41.     Height = 33
  42.     Anchors = [akLeft, akTop, akRight]
  43.     AutoSize = False
  44.     Caption = 'A quality SNL product'
  45.     Font.Charset = DEFAULT_CHARSET
  46.     Font.Color = clWindowText
  47.     Font.Height = -27
  48.     Font.Name = 'Arial'
  49.     Font.Style = []
  50.     ParentFont = False
  51.     ShowAccelChar = False
  52.   end
  53.   object labelVersion: TLabel
  54.     Left = 48
  55.     Top = 44
  56.     Width = 185
  57.     Height = 17
  58.     Anchors = [akLeft, akTop, akRight]
  59.     AutoSize = False
  60.     Caption = 'Version unknown'
  61.   end
  62.   object imgSNLLogo: TImage
  63.     Left = 248
  64.     Top = 40
  65.     Width = 137
  66.     Height = 65
  67.     Picture.Data = {<image000.bmp>}
  68.   end
  69.   object labelDescription: TLabel
  70.     Left = 48
  71.     Top = 64
  72.     Width = 193
  73.     Height = 49
  74.     Anchors = [akLeft, akTop, akRight]
  75.     AutoSize = False
  76.     ShowAccelChar = False
  77.     WordWrap = True
  78.   end
  79.   object imgIcon: TImage
  80.     Left = 8
  81.     Top = 46
  82.     Width = 32
  83.     Height = 32
  84.     Picture.Data = {<image001.bmp>}
  85.     Transparent = True
  86.   end
  87.   object bnOk: TButton
  88.     Left = 304
  89.     Top = 176
  90.     Width = 81
  91.     Height = 25
  92.     Anchors = [akRight, akBottom]
  93.     Caption = 'OK'
  94.     Default = True
  95.     ModalResult = 1
  96.     TabOrder = 0
  97.   end
  98.   object bnTranslations: TButton
  99.     Left = 8
  100.     Top = 176
  101.     Width = 81
  102.     Height = 25
  103.     Anchors = [akLeft, akBottom]
  104.     Caption = 'Translations'
  105.     TabOrder = 2
  106.     Visible = False
  107.     OnClick = bnTranslationsClick
  108.   end
  109.   object bnUpdates: TButton
  110.     Left = 208
  111.     Top = 176
  112.     Width = 81
  113.     Height = 25
  114.     Anchors = [akLeft, akBottom]
  115.     Caption = 'Updates'
  116.     TabOrder = 1
  117.     Visible = False
  118.     OnClick = bnUpdatesClick
  119.   end
  120. end
  121.